-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend deletion #447
base: master
Are you sure you want to change the base?
Backend deletion #447
Conversation
ac0cc3e
to
30db5e9
Compare
30db5e9
to
200cf20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have read up until internal/processor
(so have not looked at internal/tasks
yet), but this ought to be enough for a first round.
Besides the notes below, in the Keppel API, all PUT/POST endpoints should return a client error (probably 409 Conflict) if account.IsDeleting == true
. This can be done generically in findAccountFromRequest
since r.Method
is visible in that function.
0290c5a
to
d8f5e57
Compare
542be9f
to
3573584
Compare
…API and replace it with state
3573584
to
c3a5e0c
Compare
458c159
to
a7a2627
Compare
3fbf0ba
to
8e6c77a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have massaged this PR into shape. It's good to go from my side. Please counter-review my changes and merge if they are acceptable to you.
No description provided.